IS GLOBAL clause
The GLOBAL clause declares a data-name as visible to all programs nested within the program that defines it, so contained programs can reference it without re-declaring it.
General format
IS GLOBAL